home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Interworks / Networking / INet-225 / lib / readme < prev    next >
Encoding:
Text File  |  1996-04-08  |  523 b   |  14 lines

  1. 2 link libraries to make porting network code easier.  These are
  2.  
  3.     unixS.lib - SAS/C specific UNIX compatibility functions.  See 'unix.doc'
  4.             for AutoDocs for these functions.
  5.  
  6.     rpc.lib   - contains RPC and XDR routines.  See any decent UNIX docs
  7.             for their use.
  8.  
  9. Prototypes for all RPC and XDR routines are in the <clib/rpc_protos.h> file,
  10. which is included automatically by most of the headers in <rpc/#?.h>.
  11.  
  12. Please note: the RPC entrypoints require that you have already opened and
  13. initialized socket.library.
  14.